go/types.block.lstmt (field)
3 uses
go/types (current package)
labels.go#L52: lstmt *ast.LabeledStmt // labeled statement to which this block belongs, or nil
labels.go#L86: if t := s.lstmt; t != nil && t.Label.Name == name {
labels.go#L97: b := &block{parent: parent, lstmt: lstmt}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)